home *** CD-ROM | disk | FTP | other *** search
- echo ""
- echo "This program will install needed files to the C dir of your boot disk"
- requestchoice >env:opt "Install" "Proceed with Install?" "Yes|No"
- if $opt eq 0
- skip abort
- endif
- delete env:opt >nil:
- echo ""
- requestchoice >env:pro "Install" "Install 030 Version?" "Yes|No"
- if $pro eq 1
- echo "Copying files"
- copy 24toppm sys:c >nil:
- copy cjpeg030 sys:c >nil:
- delete env:pro >nil:
- skip continue
- else echo "Copying files"
- copy 24toppm sys:c >nil:
- copy cjpeg sys:c >nil:
- lab continue
- endif
- echo ""
- if exists sys:libs/arp.library
- skip version
- endif
- requestchoice >nil: "Install" "Warning! you do not have the arp.library*nneeded by this program installed" "Resume"
- requestchoice >env:arp "Install" "Copy arp.library to Libs?" "Yes|No"
- if $arp eq 1
- copy arp.library sys:Libs >nil:
- skip assign
- else
- skip assign
- endif
- delete env:arp >nil:
- lab version
- version arp.library version 39 revision 1 >nil:
- if warn
- skip later
- endif
- requestchoice >nil: "Install" "You have a new arp.library version installed already*nthere is no need to install this version" "Resume"
- skip assign
- lab later
- requestchoice >env:later "Install" "You have an earlier version of the*narp.library. Install later version?" "Yes|No"
- if $later eq 1
- copy arp.library sys:libs >nil:
- endif
- delete >nil: env:later
- lab assign
- delete >nil: env:arp
- delete >nil: env:later
- requestchoice >env:US "Install" "Copy JPEGTMP assign to user-startup?" "Yes|No"
- if $US eq 1
- echo >>sys:s/user-startup ";Begin JPEGTMP"
- echo >>sys:s/user-startup "Assign JPEGTMP: Ram:T"
- echo >>sys:s/user-startup ";End JPEGTMP"
- endif
- delete >nil: env:US
- echo ""
- echo "All done, Reboot your Amiga before running Easypeg"
- delete env:pro >nil:
- wait 10
- endcli
- lab abort
- echo ""
- echo Aborting install
- delete env:opt >nil:
- endcli
-